Namespace:  C1.LiveLinq.AdoNet
Assembly:  C1.LiveLinq (in C1.LiveLinq.dll)

Syntax

C#
bool IObservableSource<TRow>.IsDeletedStateAvailable { get; }
Visual Basic
Private ReadOnly Property IsDeletedStateAvailable As Boolean
	Implements IObservableSource(Of TRow).IsDeletedStateAvailable
	Get

Implements

IObservableSource<(Of <(<'T>)>)>..::..IsDeletedStateAvailable

See Also